home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / cica2db2.zip / CICA2DB.DOC < prev    next >
Text File  |  1992-05-19  |  1KB  |  39 lines

  1.     CICA2DB - Create a database importable file from cica's win3 index
  2.  
  3.     This program will create a 'comma and quote delimited' file from the Index
  4.     files of windows 3.0 programs at cica.cica.indiana.edu.  This file can be
  5.     imported in alsmost any kind of database.  The format of the output file
  6.     is:
  7.     
  8.     "win3/bmp","filename.zip","YYMMDD","Description"
  9.     "win3/dir","nextfile.zip","920221","Bla Bla"
  10.     
  11.     The program syntax is:
  12.     
  13.     cica2db <input file> <output file>
  14.     
  15.     <input file> is the cica Index file
  16.     <output file> is the file you want the converted data to be written to.
  17.                   NOTE: if that file exists it will be overwritten, don't
  18.                         compain to me if you lose data, I hereby warned you!!
  19.  
  20.     Program info:
  21.     -------------
  22.     Author:         Hans van Oostrom
  23.                     hans@pine.circa.ufl.edu  INTERNET
  24.                     hans@ufpine              BITNET
  25.  
  26.     Date:           May 18, 1992
  27.  
  28.     Version:        1.2
  29.  
  30.     Modifications:  see source code
  31.  
  32.     Status:         Public Domain
  33.                     You need not to send any money to use this, it's
  34.                     absolutely free.  Also the source code is provided, so
  35.                     make all the modifications you want. If you like it you
  36.                     can let me know if you want to.
  37.  
  38.  
  39.